@font-face {
    font-family: dinpro; /*这里是说明调用来的字体名字*/
    src: url(../fonts/DINPro-CondBold.otf);
    }
.fl {
    float: left;
}
.fr {
    float: right;
}
.container1 {
    width: 1240px;
    margin: 0 auto;
}
.box-top {
    height: 30px;
    background-color: #262626;
}
.top-left {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}
.top-left a {
    color: rgba(255, 255, 255, 0.5);
}
.top-left a:not(:last-child):after {
    content: '，';
}
.top-left a:not(:last-child) {
    margin-right: 3px;
}
.top-left a:hover {
    color: #fff;
}
.top-seo {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}
.top-seo a {
    color: rgba(255, 255, 255, 0.5);
}
.top-seo a:hover {
    color: #fff;
}
.box-h {
    position: relative;
}
.ser {
    background: url(../images/searchicon.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 18px;
}
.search {
    position: absolute;
    right:0;
    top:30px;
    z-index: 999999;
    background: #f5f5f5;
    padding:20px;
    display: none;
}
/* box-head */
.box-head {
    height: 98px;
}
.head-tel {

    background: url(../images/toptelicon.jpg) no-repeat left center;
    font-family: dinpro,Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding-left: 39px;
    color: #005baa;
    margin-top: 25px;
}
.nav-list  {
    margin-right: 58px;
}
.nav-list li {
    float: left;
}
.nav-list li:not(:last-child) {
    margin-right: 70px;
}
.nav-list li a {
    font-size: 16px;
    color: #666;
    line-height: 98px;
}
.nav-list li a:hover {
    color: #005baa;
}
/* banner */
.x-banner .owl-nav {
    position: relative;
    width: 1240px;
    margin: 0 auto;
}
.x-banner .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/bannerleft.png) no-repeat center;
    left: 0;
}
.x-banner .owl-carousel .owl-nav button.owl-next {
    background: url(../images/bannerright.png) no-repeat center;
    left: 81px;
}
.x-banner .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/bannerleft1.png) no-repeat center;
}
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/bannerright1.png) no-repeat center;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  height: 80px;
  width: 80px;
  margin-top: -80px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/* box-product */
.box-product {
    padding-top: 72px;
    padding-bottom: 88px;
}
.box-product-title,.box-news-title {
    background: url(../images/titlebg.png) no-repeat center;
}
.box-product-title h2,.box-news-title h2 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    margin-left: 38px;
}
.box-product-title h2 span,.box-news-title h2 span {
    font-size: 20px;
    color: #999;
    margin-left: 28px;
}
.product-title {
    margin-bottom: 64px;
}
.product-img {
    overflow: hidden;
}
.product-img img {
    transition: all 0.5s;
}
.product-item {
    width: 590px;
    height: 348px;
    border: 3px solid #f8f8f8;
    padding: 28px 22px;
}
.product-item:hover .product-img img {
 transform: scale(1.1);
}
.product-right {
    width:233px;
    margin-left: 21px;
    padding-top: 60px;
}
.product-right h3 {
    font-size: 24px;
    color: #333;
    height: 48px;
}
.product-text {
    height: 120px;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.product-right h4 {
    display: block;
    width: 120px;
    height: 34px;
    border-radius: 50px;
    font-size: 12px;
    color: #666;
    line-height: 34px;
    padding-left: 29px;
    background: url(../images/promore.png) no-repeat 90px center #f4f4f4;
}
.product-item:hover .product-right h4  {
        color: #005baa;
    background: url(../images/promore1.png) no-repeat 90px center #f4f4f4;
}
.product-arrow {
    position: relative;
    bottom: 418px;
}
.box-product .swiper-button-prev{
    background-image: url(../images/proleft.png);
    right: 150px;
    left: auto;
}
.box-product .swiper-button-prev:hover {
    background-image: url(../images/proleft1.png);

}
.box-product .swiper-button-next{
    background-image: url(../images/proright.png);
    right: 2px;
    left: auto;
}
.box-product .swiper-button-next:hover {
    background-image: url(../images/proright1.png);

}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.product-pag {
    position: relative;
    bottom: 433px;
}
.box-product .swiper-pagination {
    right: 49px;
}
.box-product .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #a1b4ba;
    opacity: 1;
    margin: 0 5px;
    outline: none;
}
.box-product .swiper-pagination-bullet-active {
    opacity: 1;
    background: #005baa;
}
.product-item:hover .product-right h3 {
    color: #005baa;
}

/* box-company */
.box-company {
    background: url(../images/companybg.jpg) no-repeat center;
    height: 560px;
}
.company-top {
    height: 404px;
    padding-top: 70px;
}
.company-top h2 {
    font-size: 44px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    height: 87px;
}
.company-top h2 span {
    font-weight: bold;
}
.company-text {
    width: 1115px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
a.company-more {
    display: block;
    width: 146px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #fff;
    background: url(../images/companyicon.png) no-repeat 5px center;
    margin: 0 auto;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    padding-left: 58px;
    margin-top: 52px;
    transition: all 0.5s;
}
a.company-more:hover {
    padding-left: 68px;
}
.company-item{
    width: 413.3px;
text-align: center;
padding-top: 33px;
}
.company-item h3 {
    font-weight: normal;
}
.company-item .company-num {
    font-family: dinpro,Arial, Helvetica, sans-serif;
    font-size: 55px;
    color: #fff;
}
.company-item .company-per {
    font-size: 18px;
    color: #fff;
}
.company-item p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}
/* box-news */
.box-news {
    padding-top: 72px;
    padding-bottom: 80px;
}
.box-news-title {
    margin-bottom: 66px;
}
.news-item {
    width: 585px;
    margin-bottom: 30px;
}
.news-item:nth-child(odd) {
    margin-right: 70px;
}
.news-img {
    overflow: hidden;
}
.news-img img {
    width: 220px;
    height: 144px;
    transition: all 0.5s;
}
.news-right {
    width: 325px;
    padding-top: 13px;
}
.news-right h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 38px;
}
.news-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 18px;
}
.news-right span {
    color: #999;
    font-size: 14px;
}
a.news-more {
    display: block;
    background: url(../images/newsmoreicon.png) no-repeat right center;
    padding-right: 34px;
    font-size: 16px;
    color: #999;
    margin-top: 6px;
    transition: all 0.5s;
}
a.news-more:hover {
    color: #005baa;
    background: url(../images/newsmoreicon1.png) no-repeat right center;
}
.news-item:hover .news-right h3 {
    color: #005baa;
    font-weight: bold;
}
.news-item:hover img {
    transform: scale(1.1);
}
/* box-foot */
.box-foot {
    background-color: #222;
    padding-top: 52px;
    padding-bottom: 56px;
}
.foot-title {
    background: url(../images/foottitlebg.png) no-repeat 316px bottom;
}
.foot-title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.foot-title h2 span {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    margin-left: 25px;
}
.foot-contact h3 {
    font-size: 22px;
    color: #ddd;
    font-weight: normal;
    height: 38px;
    margin-top: 59px;
}
.contact-text {
    font-size: 14px;
    line-height: 28px;
    color: #ddd;
}
.foot-qrcode {
    margin-top: 12px;
}
.qrcode1 {
    margin-left: 29px;
}
.qrcode1,.qrcode2 {
    text-align: center;
}
.qrcode1 h3,.qrcode2 h3 {
    font-size: 14px;
    color: #ddd;
    margin-top: 20px;
}
/* box-bottom */
.box-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #222;
    padding: 18px 0 30px;
}
.bottom-top {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}
.bottom-top a {
    color: #999;
}
.bottom-top a:hover {
    color: #fff;
}
.bottom-flink {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom-flink a {
    color: #999;
}
.bottom-flink a:hover {
    color: #fff;
}
.bottom-flink span {
    font-weight: bold;
}